body {
	margin:0;
	padding:0;
	user-select: none;
}
a {
	text-decoration: none;
}
ul {
	margin:0;
}

.topbar {
	background-color: #595959;
	height:40px;
	border-top: 4px solid black;
}
.topbar a {
	color:#b0b0b0;
	font-size: 12px;
}
.topbar a:hover {
	color: #fff;
}
.container {
	margin:0 auto;
	width:1100px;
}
.container::before,.container::after {
	content: "";
	display: table;
}
.container::after {
	clear: both;
}
.address {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #b0b0b0;
}
.name {
	color:#141C51;
	font-family: "Times New Roman";
	font-weight: bold;
}
.en,.lang,.china {
	float: right;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.lang {
	display: block;
	margin-right: 15px;
	font-size: 15px;
}
.en a,.china a {
	height: 40px;
	line-height: 40px;
	display: block;
	width: 50px;
}
.en a {
	margin-right: 38px;
	font-weight: bold;
}
.china a {
	background-color: white;
	color:red;
	font-weight: bold;
}
.en a:hover {
	color: blue;
	background-color: #b0b0b0;
}
.china a:hover {
	color: red;
	background-color: white;
}

/**/
.navigation {
	height: 78px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.border {
	height: 78px;
}
.content {
	margin:0 auto;
	width:1100px;
	height: 40px;
}
.content::before,.container::after {
	content: "";
	display: table;
}
.content::after {
	clear: both;
}
.logo {
	width:60px;
	height: 60px;
	float:left;
}
.logo img {
	width:auto;
	height:80%;
	padding-top: 15px;
	margin-left: -4px
}
.slogan {
	width: 60px;
	height: 60px;
	float: left;
	padding-left:25px;
}
.slogan img {
	width:100px;
	height:auto;
	padding-top: 23px;
}
.navig {
	height: 78px;
	float: right;
	padding-right: 15px;
	line-height: 78px;
	text-align: right;
}
.navig a {
	font-size: 15px;
	float: left;
	color: black;
	display: inline-block;
	width: 140px;
	text-align: center;
	height:77.5px;
	border-right: white solid 4px;
}
.navig a:hover {
	color:black;
	background-color:#b0b0b0;
	border-right: #663366 solid 4px;
}
#left {
	margin-left: 0px;
}

/*图片轮播区*/
.imglist {
	height: 400px;
	position:relative;
	border-top: 2px solid black;
	box-shadow: -10px 15px 30px 0px grey;
}
.imglist a {
	opacity: 0;
	display: block;
	position: absolute;
	transition: 3.5s;
	width: 100%;
}
.imglist img {
	width: 100%;
}
.imglist .on {
	opacity: 1;
}
.switch {
	height: 18px;
	width: 100%;
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	text-align: center;
}
.switch span {
	cursor: pointer;
	display: inline-block;
	width: 33px;
	height: 4px;
	margin: 0px 10px;
	background-color: white;
	transition: 1.5s;
}
.switch .on {
	background-color: skyblue;
}
#not {
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	display:inline-block;
	top:30%;
	right: 5%;
	color: grey;
}
#prop {
	position: absolute;
	font-size: 15px;
	display:block;
	top: 45%;
	right: 5%;
	color:white;
	width:300px;
	text-indent: -2px;
}
.button {
	width: 100px;
	position: absolute;
	font-size: 15px;
	top:65%;
	right: 5%;
}
#block {
	color: black;
	font-weight: bold;
	font-size: 15px;
}
#glc {
	font-size: 20px;
	color: blue;
	font-weight: bold;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: bottom;
}


/*footer*/
.footer {
	height: 100px;
	margin-top:4px;
}
.footer-content {
	width:860px;
	height: 10px;
	margin:0 auto;
}
.footer-logo {
	display: inline-block;
	height: 70px;
	width: 70px;
    margin-left:50px; 
    margin-top: 50px;
    float: left
}
.footer-logo img {
	width: 70px;
	height: auto;
	display: inline-block;
	margin:0 auto;
}
.notification {
	display: inline-block;
	margin:0 auto;
	height: 150px;
	width: 400px;
	margin-left: 110px;
	margin-top: 40px;
	font-size: 13px;
	color:grey;
}
.footer-name,.copyright,.beian {
	text-align: center;
}
.footer-name {
	font-weight: 600;
	color: black;
}
.copyright {
	border-top: dashed 0.5px black;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}
.beian {
	color: red;
}
.code {
	display: inline-block;
	margin-left: 30px;
	margin-top: 40px;
	height: 129px;
	float: right;
	font-size: 13px;
	color: grey;
}
.qrcode img {
	margin:0 auto;
	display: block;
	width:70px;
	height: auto;
}